home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / Nuntius 1.2 / src / Nuntius / FontTools.h < prev    next >
Encoding:
Text File  |  1994-02-20  |  388 b   |  18 lines  |  [TEXT/MPS ]

  1. // Copyright © 1992 Peter Speck, speck@dat.ruc.dk. All rights reserved.
  2. // FontTools.h
  3.  
  4. #define __FONTTOOLS__
  5.  
  6. typedef struct
  7. {
  8.     TextStyle fTextStyle;
  9.     short fRowHeight;
  10.     short fHorzOffset;
  11.     short fVertOffset;
  12. } StandardGridViewTextStyle;
  13.         
  14.         
  15. void CalcStandardGridViewFont(StandardGridViewTextStyle &gvts);
  16.  
  17. void TruncSystemFontString(short width,CStr255& theString, short truncWhere);
  18.